x265 1.9+200-6098ba3e0cf16b11 (oh, revision hashes are longer now): some thread pool changes, git version ID and other fixes
+ Reply to Thread
Results 1,951 to 1,980 of 2222
-
-
Ligh, are you able to download and compile with Linux? For some reason I'm getting this error:
Edit: My bad, was using the wrong network controller for that VM.Last edited by -Habanero-; 4th Jun 2016 at 00:57.
-
Nothing important (as usual
), just testing my MSYS2 environment...
commit dcd65c5ff838
no XP-compatible build this time — gomen nasai. -
commit 106a5a7dc4b3
Changelog since commit dcd65c5ff838:
go-see https://bitbucket.org/multicoreware/x265/commits/all -
commit 78ffb67a844e
Changelog since commit 106a5a7dc4b3:
go read https://bitbucket.org/multicoreware/x265/commits/all -
A bit later, but still the same version: x265 1.9+217-626fcbac7ffb
-
commit 17c0c875f27d
yes$S, it seems 2.0 is coming
EDIT: commit 836a870ba76b has been added.Last edited by El Heggunte; 1st Jul 2016 at 08:24.
-
commit a932b4366235
https://bitbucket.org/multicoreware/x265/commits/all -
Today we present x265 2.0 for our intrepid guinea pigs
commit 70581d6cd065 -
Just quoting:
INFO
Originally Posted by x265_Project@forum.doom9.orgLast edited by El Heggunte; 13th Jul 2016 at 11:16. Reason: formatting
-
^ That would have fit better in the general x265 thread, not in this MinGW builds specific one.
_
x265 2.0+2-70581d6cd065 (MSYS/MinGW, GCC 5.3.0, 32+64bit 8/10/12bit EXEs+DLLs + multilib EXEs) -
{{ d e l e t e d }}
Last edited by El Heggunte; 19th Jul 2016 at 15:13. Reason: I changed my mind
-
Compiled by Barough@forum.doom9.org:
x265-v2.0+4-43ca554799c2 (MSYS/MinGW, GCC 5.4.0, 32 & 64bit 8/10/12bit multilib EXEs)
http://www42.zippyshare.com/v/y8N5UeTc/file.html -
Compiled by Barough@forum.doom9.org:
x265-v2.0+5-98a948623dc (MSYS/MinGW, GCC 5.4.0, 32 & 64bit 8/10/12bit multilib EXEs)
Code:rc: add qpmin and qpmax options
-
commit 669dc9bfe7eb
µchangelog:
Code:669dc9b doc: clarify aq-mode/aq-strength effects 114eab1 arm: Implement psyCost_pp_8x8_neon dfd5744 constants: g_zscanToRaster, g_rasterToZscan as const table
-
To whom this may interest:
I've decided to share my new (MSYS2-based) MinGW_w64 toolchain.
The directory includes CMake, Git and Mercurial. Download, unzip, unrar and profit.
Post #1 has been updated accordingly.
https://www.mediafire.com/?3ib29yauv5kdwLast edited by El Heggunte; 23rd Jul 2016 at 01:03. Reason: clarity
-
Nice.
I still have my good old reliable MSYS/MinGW/GCC530 environment by XhmikosR to build x265 2.0+9-2737c6ff5f80. -
XhmikosR recently released an MSYS / MinGW / GCC 6.1.0 package (2016-07-08); so I built x265 binaries for you to cross-compare compilers and linking types of mostly the same generic options, just including the pentium4/generic flag pair Ma suggested for Win32 builds to enforce a coarser stack alignment (at least I hope I did it right, please check).
Originally Posted by Ma
x265 2.0+10-5a0e139e2938 (GCC 6.1.0) -
commit 4be91b287e3c
Code:asm: fix typo mistake
Note 2 — when encoding to high bit-depth (10 bits and 12 bits), the 32-bit build does NOT use ASM optimizationsLast edited by El Heggunte; 28th Jul 2016 at 20:58. Reason: add notes
-
Speed comparison of 32-bit builds LigH GCC 6.1 vs. El Heggunte GCC 5.3 on i5 3450S, input file 1920x800, no options:
Code:bits | GCC 6.1 | GCC 5.3 8bit | 83.20s (9.01 fps) | 88.42s (8.48 fps) 10bit | 328.99s (2.28 fps) | 316.26s (2.37 fps) 12bit | 328.90s (2.28 fps) | 315.68s (2.38 fps)
-
While the x265 developers do not release any (important) new commit...
1) encoder.pw's repository is outdated, and more importantly, its security certificate has expired
— so I removed the link to it from post #1.
2) I've just updated my MSYS2 toolchain, so that the users don't need to mess around with fstab anymore;
and if you feel that GCC 6.x already is "trustable enough", you can simply delete the contents of the mingw* folder(s) and replace them with the most recent release(s) from Nevcairiel's site (https://files.1f0.de/mingw/).Last edited by El Heggunte; 24th Aug 2016 at 01:25. Reason: disambiguation : -/
-
commit 215eedc9ecc0
Changelog:
Code:asm: replace mova by movu to avoid crashing x265_denoise_dct_sse4() 32-bit version Expose log2_max_pic_order_count as a param sei: Enable param option to not dump SEI messages bug: Fix log2_max_pic_order_count when too few bits are specified
-
x265 2.0+16-215eedc9ecc0 (GCC 5.3.0)
x265 2.0+16-215eedc9ecc0 (GCC 6.1.0)
New CLI options:
Code:--qpmin <integer> sets a hard lower limit on QP allowed to ratecontrol. Default 0 --qpmax <integer> sets a hard upper limit on QP allowed to ratecontrol. Default 69 ... --log2-max-poc-lsb <integer> Maximum of the picture order count --[no-]sei-dump Emit SEI packets in bitstream. Default enabled
-
Just testing GCC 6.2.0...
commit b0ec268aef60
Code:rc: add support for qg-size 8 cli: Change name of sei discard parameter
-
commit df559450949b
Latest changes:
Code:Enable PropagateCost assembly primitive lookahead: overloading addPicture() function
P.S.: compiled with GCC 6.2 — use at your own risk :^PLast edited by El Heggunte; 5th Sep 2016 at 18:00. Reason: add P.S.
-
commit 7f9aeed70c0d
Latest changes:
Code:doc: Add documentation for experimental feature '--slices' [slice] fix bug in generate weight frame [slice] fix bug on sliceId assign [slice] fix warning shadowed declaration on sliceId [slice] fix output change when slice=1 [slice] typecast to avoid warning, cleanup debug code [slice] fix bug in preset medium and below (rd 0_4) [slice] fix hash mistake bugs [slice] reduce operator on calculate picHeight in SAO [slice] Enable Slices with threading [slice] change reconRowCount to row based reconRowFlag[] [slices] fix compiler limit in number of options [slice] fix chroma hash mistake when enable both slices and sao [slice] fix slice header mistake [slice] fix multiple-slices bug in SAO::calcSaoStatsCu_BeforeDblk [slice] support multiple slice with sao [slice] fix HM 16.12 crash with DECODER_CHECK_SUBSTREAM_AND_SLICE_TRAILING_BYTES, the substream generate dependency on syntax element entry_point_offset_minus1 [slice] support multiple slice with deblock [slice] support multiple slice [slices] new option --slices test: Adding tests for qg-size 8
Similar Threads
-
help - how to compile latest "nightly" ffmpeg for win32 (XP) with mingw
By hydra3333 in forum ProgrammingReplies: 32Last Post: 20th May 2017, 00:33 -
x265 vs x264
By deadrats in forum Video ConversionReplies: 71Last Post: 10th Jan 2016, 06:14 -
ffdcaenc (an upgrade to dcaenc)
By El Heggunte in forum AudioReplies: 22Last Post: 9th Dec 2014, 06:09 -
MulticoreWare Annouces x265/HEVC Mission Statement
By enim in forum Latest Video NewsReplies: 4Last Post: 9th Aug 2013, 22:09 -
New PC Build(s)
By thedeificone in forum ComputerReplies: 6Last Post: 25th May 2010, 16:57